/*
* MTRX_functions.h
*
* Created on: 9 θών. 2018 γ.
* Author: Bohdan
*/
#ifndef MTRX_FUNCTIONS_H_
#define MTRX_FUNCTIONS_H_
#include "stm32f4xx_hal.h"
int16_t** create_matrix(uint8_t rows, uint8_t cols);
#endif /* MTRX_FUNCTIONS_H_ */